@charset "utf-8";
/*
* 首页共用
*/
/*首页banner*/
.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-slide img{
    width: 100%;
}
.banner .swiper-button-next, .banner .swiper-button-prev{
    color: #fff;
}

/*关于我们列表*/
.about-list{
    position: relative;
    top: -50px;
    z-index: 4;
}
.about-li{
    width: calc(100%/3);
    padding: 30px 90px 30px 40px;
}
.about-li:nth-child(1){
    background-color: #f2f2f2;
}
.about-li:nth-child(2){
    background-color: var(--maincolor);
}
.about-li:nth-child(3){
    background-color: #2f2f2f;
}
.about-li img{
    width: 60px;
}
.about-li h2{
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 22px;
}
.about-li p{
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    margin-top: 12px;
}
.about-li a{
    font-size: 14px;
    line-height: 48px;
    color: #fff;
    margin-top: 12px;
}
.about-li:nth-child(1) a:hover,.about-li:nth-child(3) a:hover{
    color: var(--maincolor);
}
.about-li:nth-child(2) a:hover{
    color: #2f2f2f;
}
.about-li:nth-child(1) h2{
    color: #000;
}
.about-li:nth-child(1) p{
    color: #5a5a5a;
}
.about-li:nth-child(1) a{
    color: #434343;
}
/*医疗服务*/
.ylfu-top{
    padding: 50px 0;
}
.ylfu-top-left h2{
    color: #434343;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.ylfu-top-left p{
    color: #888;
    font-size: 15px;
    line-height: 21px;
}
.ylfu-top-right{
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    background-color: var(--maincolor);
}
.ylfu{
    padding-bottom: 70px;
    background-color: #f4f4f4;
}
.ylfu-li{
    width: calc(100%/3 - 16px);
    margin-right: 24px;
    margin-top: 30px;
    border: 1px solid #ddd;
    background-color: #fff;
}
.ylfu-li:nth-child(3n+3){
    margin-right: 0;
}
.ylfu-li-img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(600/700*100%);
}
.ylfu-li-img img{
    width: 100%;
}
.ylfu-li-basic{
    padding: 40px 60px;
}
.ylfu-li-basic i{
    margin: auto;
    width: 88px;
    height: 3px;
    background-color: var(--maincolor);
}
.ylfu-li-basic h2{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin: 26px 0;
}
.ylfu-li-basic p{
    font-size: 13px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}

/*专家案例*/
.zjal{
    padding-bottom: 70px;
}
.zjal-nav ul li{
    display: inline-block;
    padding: 0 10px;
}
.zjal-nav ul li a{
    display: block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    color: #000;
    background-image: url('../images/menu002.png');
}
.zjal-nav ul li:hover a{
    color: var(--maincolor)!important;
    font-weight: 700;
}
.zjal-li{
    width: calc(100%/3 - 16px);
    margin-right: 24px;
    margin-top: 30px;
}
.zjal-li:nth-child(3n+3){
    margin-right: 0;
}
.zjal-li a{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: calc(600/900*100%);
}
.zjal-li-img{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.zjal-li img{
    width: 100%;
}
.zjal-li p{
    margin-top: 15px;
    color: #000;
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}
.zjal-li-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: var(--maincolor) url('../images/search.png') no-repeat center;
    transition:  all .3s;
    opacity: 0;
}
.zjal-li:hover .zjal-li-hover{
    opacity: 1;
}
/*客户评价*/
.khpl{
    background-image: url('../images/khpl-bg.jpg');
    padding-bottom: 70px;
}
.khpl .index-title-h2,.khpl .index-title-h3{
    color: #fff;
}
.khpl-li{
    width: calc(100%/3 - 16px);
    margin-right: 24px;
    margin-top: 30px;
    background-color: #fff;
    padding: 40px 60px;
}
.khpl-li:nth-child(3n+3){
    margin-right: 0;
}
.khpl-li-thumb img{
    margin: auto;
    width: 80px;
}
.khpl-li h3{
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 24px;
}
.khpl-li-img{
    margin-top: 24px;
}
.khpl-li p{
    font-size: 13px;
    line-height: 26px;
    margin-top: 24px;
}
.khpl-li h2{
    margin-top: 40px;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    line-height: 24px;
}
.khpl-li-add{
    font-size: 14px;
    line-height: 26px;
    margin-top: 0!important;
}
/*宠物学院*/
.news{
    background-image: url('../images/news-bg.jpg');
    padding-bottom: 70px;
}
.news-li{
    width: calc(100%/3 - 16px);
    margin-right: 24px;
    margin-top: 30px;
    background-color: #fff;
}
.news-li:nth-child(3n+3){
    margin-right: 0;
}
.news-basic{
    padding: 40px 40px 0;
}
.news-li h2{
    padding-bottom: 16px;
}
.news-li h2 a{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}
.news-basic-img{
    margin-right: 20px;
}
.news-basic img{
    width: 96px;
}
.news-basic-text{
    width: 187px;
}
.news-basic-text p{
    line-height: 26px;
    color: #999;
}
.news-basic-text a{
    color: var(--maincolor);
}
.news-basic-text a:hover{
    color: #333;
}
.news-basic-text span{
    color: #999;
    line-height: 20px;
    margin-top: 20px;
}
.news-more{
    margin-top: 20px;
    border-top: 1px solid #eee;
}
.news-more a{
    height: 72px;
    line-height: 72px;
    color: var(--maincolor);
}
.news-more:hover a{
    color: #333;
}
/*宠物专家*/
.cwzj{
    padding-bottom: 70px;
}
.cwzj-list img{
    width: 100%;
}
.cwzj-list{
  width: 100%;
  height: 100%;
}
.cwzj-list .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*打造动物健康产业百年品牌*/
.about{
    background-image: url('../images/about-bg.jpg');
    padding-bottom: 70px;
}
.about .index-title-h2{
    color: #fff;
}
.about p{
    color: #fff;
    line-height: 30px;
}
.about a{
    background-color: #fff;
    width: 136px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    color: var(--maincolor);
    font-weight: 700;
    margin: 30px auto 0;
}










